home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_271 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  107 b   |  8 lines

  1. on(release){
  2.    if(a < eval("_root:uRecords") - 1)
  3.    {
  4.       a += 1;
  5.       call("MoveRec");
  6.    }
  7. }
  8.